home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (4th Edition)
/
The Business Master - 4th Edition.iso
/
files
/
wordsing
/
pct4
/
printdoc.bat
< prev
next >
Wrap
DOS Batch File
|
1990-12-18
|
3KB
|
54 lines
cls
echo off
echo ┌────────────────────────────────────────────────────────────────────┐
echo │ Before printing the PC-Type 4 manual, you must have "unzipped" │
echo │ the documentation files. To do this, follow these steps: │
echo │ 1. Copy the files from the PC-Type 4 documentation disk to │
echo │ your hard disk using the DOS COPY command. For example, to │
echo │ copy the files to the PCTYPE subdirectory on your C drive, │
echo │ insert the PC-Type 4 documentation disk in drive A and type: │
echo │ COPY A:*.* C:\PCTYPE │
echo │ and press (Enter). │
echo │ 2. Change to the drive and directory you copied the files to in │
echo │ step 1. │
echo │ 3. "Unzip" the documentation files. To do this, type the │
echo │ following: │
echo │ PKUNZIP PCT4DOC │
echo │ │
echo │ Note: You must have 1.4 megabytes available on your hard disk to │
echo │ complete these steps. │
echo └────────────────────────────────────────────────────────────────────┘
echo If you have not already "unzipped" the documentation files, press
echo (Ctrl)(Break) now, and follow the steps listed above.
echo .
pause
cls
echo ┌────────────────────────────────────────────────────────────────────┐
echo │ The PC-Type 4.0 Manual is about to be printed to the printer at │
echo │ LPT1. The manual is about 400 pages long. Make sure your printer │
echo │ is ready, with LOTS of paper. │
echo │ │
echo │ WARNINGS . . . │
echo │ 1. Because the manual includes graphics characters, you must print │
echo │ to a graphics printer. If printed on a non-graphics printer, │
echo │ many of the screen shots and menus will not print properly. │
echo │ │
echo │ 2. The PC-Type 4.0 manual is configured for a page length of 62. │
echo │ If printing on a dot matrix printer with the skip-over perfora- │
echo │ tion option turned on, you must turn this option off. Refer to │
echo │ your printer manual for information on how to do this. If │
echo │ printing to a laser printer, you must set your page length to a │
echo │ minimum of 62. 66 is the optimum setting. If you do not do │
echo │ this, a blank page will be printed after each page. │
echo └────────────────────────────────────────────────────────────────────┘
echo Press (Ctrl)(Break) now or at any time to cancel printing.
echo When you're ready to begin printing, press a key.
echo .
pause
copy intro lpt1
copy part1 lpt1
copy part2 lpt1
copy part3 lpt1
copy appendix lpt1
copy index lpt1